#map-resultats {
    width: 1165px;
    height: 856px;
}

.leaflet-bottom.leaflet-right {
    right: 36px;
    bottom: 31px;
}

.zoom_moins.leaflet-control {
    background: url(../img/map/ICO_ZOOM_IN.svg), var(--couleurFond);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    width: 45px;
    height: 45px;
    margin-right: 0;
    margin-bottom: 12px;
}

.zoom_plus.leaflet-control {
    background: url(../img/map/ICO_ZOOM_OUT.svg), var(--couleurFond);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    width: 45px;
    height: 45px;
    margin-right: 0;
    margin-bottom: 0;
}

.mycluster {
    height: 55px;
    width: 55px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #1C1C1C;
    color: #1C1C1C;
    text-align: center;
    font-family: 'OpenSans-Bold';
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -27px;
    margin-left: -27px;
}
.leaflet-popup.custom {
    margin-bottom: 38px;
}

.leaflet-div-icon {
    border: none;
    background: none;
}

.marker_liste {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #1C1C1C;
    margin-top: -12px;
    margin-left: -12px;
    border: 1px solid #1C1C1C;
}

.marker_fiche {
    width: 30px;
    transform: translate(-50%, -100%);
}
.marker_fiche > svg {
    fill: #D34B34;
}

.photo_objet_carte {
    width: 268px;
    height: 160px;
    object-fit: cover;
    object-position: center;
}

.marker_circuits {
    background-image: url(../img/map/pin_map.svg);
    background-size: contain;
    width: 40px;
    height: 53px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -47px;
    margin-left: -15px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 6px;
    font-family: 'OpenSans-Bold';
    font-size: 20px;
}

.itineraire-distance {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #FFFFFF;
    border-radius: 4px;
    color: var(--couleurTexte);
    padding: 5px 10px;
    font-family: 'OpenSans-Bold';
    z-index: 5;
}